home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
stats
/
hpx11.arj
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-20
|
226b
|
14 lines
echo off
cls
echo ...Ready to print documentation. Make sure printer is ready and
echo ...has plenty of paper.
echo ...
echo ...Press Ctrl-C to cancel
echo
pause
copy X11SHARE.DOC PRN
cls
echo ...Done!
start